Uses of Class
negotiator.analysis.BidPointTime

Packages that use BidPointTime
negotiator   
negotiator.boaframework.acceptanceconditions.other   
negotiator.protocol   
negotiator.qualitymeasures   
 

Uses of BidPointTime in negotiator
 

Fields in negotiator with type parameters of type BidPointTime
 ArrayListXML<BidPointTime> NegotiationOutcome.AgentABids
           
 ArrayListXML<BidPointTime> NegotiationOutcome.AgentBBids
           
 

Methods in negotiator that return types with arguments of type BidPointTime
 ArrayListXML<BidPointTime> NegotiationOutcome.getAgentABids()
           
 ArrayListXML<BidPointTime> NegotiationOutcome.getAgentBBids()
           
 

Constructor parameters in negotiator with type arguments of type BidPointTime
NegotiationOutcome(AlternatingOffersBilateralAtomicNegoSession alternatingOffersBilateralAtomicNegoSession, int runNumber, Action lastAction, java.util.ArrayList<BidPointTime> agentASize, java.util.ArrayList<BidPointTime> agentBSize, boolean startingWithA, SimpleElement additional, double distanceToNash, OutcomeInfo outcomeInfo)
          Creates a new instance of NegotiationOutcome
NegotiationOutcome(AlternatingOffersBilateralAtomicNegoSession alternatingOffersBilateralAtomicNegoSession, int runNumber, Action lastAction, java.util.ArrayList<BidPointTime> agentASize, java.util.ArrayList<BidPointTime> agentBSize, boolean startingWithA, SimpleElement additional, double distanceToNash, OutcomeInfo outcomeInfo)
          Creates a new instance of NegotiationOutcome
 

Uses of BidPointTime in negotiator.boaframework.acceptanceconditions.other
 

Method parameters in negotiator.boaframework.acceptanceconditions.other with type arguments of type BidPointTime
 void Multi_AcceptanceCondition.remainingACAccept(Bid lastBid, double time, java.util.ArrayList<BidPointTime> fAgentABids, java.util.ArrayList<BidPointTime> fAgentBBids, java.lang.String acceptedBy)
           
 void Multi_AcceptanceCondition.remainingACAccept(Bid lastBid, double time, java.util.ArrayList<BidPointTime> fAgentABids, java.util.ArrayList<BidPointTime> fAgentBBids, java.lang.String acceptedBy)
           
 

Uses of BidPointTime in negotiator.protocol
 

Fields in negotiator.protocol with type parameters of type BidPointTime
protected  java.util.ArrayList<BidPointTime> BilateralAtomicNegotiationSession.fAgentABids
           
protected  java.util.ArrayList<BidPointTime> BilateralAtomicNegotiationSession.fAgentBBids
           
 

Methods in negotiator.protocol that return types with arguments of type BidPointTime
 java.util.ArrayList<BidPointTime> BilateralAtomicNegotiationSession.getAgentABids()
           
 java.util.ArrayList<BidPointTime> BilateralAtomicNegotiationSession.getAgentBBids()
           
 

Uses of BidPointTime in negotiator.qualitymeasures
 

Constructor parameters in negotiator.qualitymeasures with type arguments of type BidPointTime
TrajectoryMeasures(ArrayListXML<BidPointTime> arrayListXML, ArrayListXML<BidPointTime> arrayListXML2, BidSpace bidSpace)
           
TrajectoryMeasures(ArrayListXML<BidPointTime> arrayListXML, ArrayListXML<BidPointTime> arrayListXML2, BidSpace bidSpace)